home *** CD-ROM | disk | FTP | other *** search
- This is some code i wrote to test my understanding of property editors, since this is not very well documented
- maybe it will help you get started on the subject.
-
- This code example demonstrates using nested object properties, and defining array properties(which require
- a special property-editors) .
-
- TPropTest is a componet with a published property of type TB which is a class.
- TPropTest uses TBPropery as a property editor for it's B property
- TBProperty uses a Dialog of type TBDialog to edit its value.
-
- class TB's data consists of 2 parts:
- 1) a published property of type TA, whish pubishes text property.
- 2) a public array property ARR which is stored in the disk using the DefineProperties 'Protocol'.
-
- Install Proptest in your Comp Lib and see what it does, then look into the code.
- I hope you can read my delphi dialect, if you have any comments I'm not beyond reach : drorz@optimedia.co.il.
-
- cheers
- Dror